func golang.org/x/sys/unix.schedGetattr
2 uses
golang.org/x/sys/unix (current package)
syscall_linux.go#L2640: if err := schedGetattr(pid, attr, SizeofSchedAttr, flags); err != nil {
zsyscall_linux.go#L2208: func schedGetattr(pid int, attr *SchedAttr, size uint, flags uint) (err error) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)